home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / tutorials / geometer / Theorems / constructions / parabola.T < prev    next >
Encoding:
Text File  |  1994-08-02  |  814 b   |  20 lines

  1. .geometry "version 0.1";
  2. v3 = .free(-0.928865, -0.794802, .invisible, "L1");
  3. v5 = .free(0.931601, -0.794802, .invisible, "L2");
  4. l1 = .l.vv(v3, v5);
  5. v6 = .vonl(l1, 0.242134, -0.794802, .red, .plus, "L");
  6. v7 = .free(-0.06156, -0.570451, .green, "C");
  7. l2 = .l.vlperp(v6, l1, .invisible);
  8. l3 = .l.vv(v7, v6, .invisible);
  9. v8 = .v.vvmid(v7, v6, .invisible);
  10. l4 = .l.vlperp(v8, l3, .invisible);
  11. v9 = .v.ll(l4, l2, .smear);
  12. c2 = .c.vv(v9, v6, .invisible);
  13. .text("Construction of a Parabola:");
  14. .text("");
  15. .text("A parabola is defined to be the set of points equidistant from");
  16. .text("a point (the focus) and a line.  In the figure, C is the focus, and");
  17. .text("the point L can be moved along the line to smear out a parabola.");
  18. .text("Move the point C to construct parabolas with different");
  19. .text("eccentricities.");
  20.